home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / HelloTree / build / HelloTree.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-06-23  |  625 b   |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>HelloTree</string>
  9.     <key>CFBundleIdentifier</key>
  10.     <string>com.apple.hellotreeapp</string>
  11.     <key>CFBundleInfoDictionaryVersion</key>
  12.     <string>6.0</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleSignature</key>
  16.     <string>tree</string>
  17.     <key>CFBundleVersion</key>
  18.     <string>0.1</string>
  19.     <key>CSResourcesFileMapped</key>
  20.     <true/>
  21. </dict>
  22. </plist>
  23.